type crypto/tls.certificateMsg
8 uses
crypto/tls (current package)
conn.go#L1143: m = new(certificateMsg)
handshake_client.go#L668: certMsg, ok := msg.(*certificateMsg)
handshake_client.go#L768: certMsg = new(certificateMsg)
handshake_messages.go#L1389: type certificateMsg struct {
handshake_messages.go#L1393: func (m *certificateMsg) marshal() ([]byte, error) {
handshake_messages.go#L1423: func (m *certificateMsg) unmarshal(data []byte) bool {
handshake_server.go#L617: certMsg := new(certificateMsg)
handshake_server.go#L692: certMsg, ok := msg.(*certificateMsg)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)